Type
glossary
Description
To add data to a value in order to come up to an even amount.
For example, if a variable is supposed to hold 10
characters, but the actual data is only six
characters, you can pad the variable by adding four spaces
to the end to make it the right size.
glossary: variable, value, character